home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
PROGRAMR
/
WPJV1N7.ZIP
/
INVID.ZIP
/
INVID.DEF
< prev
next >
Wrap
Text File
|
1993-06-08
|
831b
|
22 lines
;-------------------------------------
; INVID.DEF module definition file
; Pretty self explanatory. We won't have to bother changing this file
; unless we add callback functions to the program.
;-------------------------------------
NAME INVID
DESCRIPTION 'A Do Nothing Program'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
;
; You can have fun with the STUB definition. WINSTUB.EXE is just
; a DOS program that runs if you start your Windows program under DOS
; instead of Windows. You can replace WINSTUB.EXE with whatever DOS
; program you want.
;
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 8192
EXPORTS WndProc